home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / (Vol 132) Jun 09 2011.iso / Games / eggs.swf / scripts / DefineSprite_91 / frame_26 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  204 b   |  12 lines

  1. switch(keyPressed)
  2. {
  3.    case 0:
  4.       _parent.gotoAndPlay("rulls");
  5.       break;
  6.    case 2:
  7.       _parent.gotoAndPlay("Highscore");
  8.       break;
  9.    case 1:
  10.       _parent.gotoAndPlay("GAME");
  11. }
  12.